home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global numb, kenname, kennamer, mydatebase, sdata, tkazu
- set mline to mouseLine()
- if mline < the number of items in sdata then
- if mline <> -1 then
- put mline, the number of items in sdata
- set the textSize of field "テ・テシテァツヲテ・テ」テ「ツ" to 18
- set tno to value(item mline of sdata)
- put item 2 of line tno of mydatebase into field "テ・テシテァツヲテ・テ」テ「ツ"
- if item 11 of line tno of mydatebase <> "0" then
- put " " & item 11 of line tno of mydatebase after field "テ・テシテァツヲテ・テ」テ「ツ"
- end if
- set the textSize of field "テ・テシテァツヲテ・テ」テ「ツ" to 18
- set the textFont of field "テ・テシテァツヲテ・テ」テ「ツ" to "osaka"
- updateStage()
- else
- beep()
- end if
- else
- beep()
- end if
- if (mline < the number of items in sdata) or (mline = -1) then
- if doubleClick() then
- if mline <= 0 then
- set i to the number of lines in field "ティテウテウDテッツ"
- hilite line i of field "ティテウテウDテッツ"
- exit
- end if
- repeat with n = 1 to 2
- set i to the number of lines in field "ティテウテウDテッツ" + 1
- hilite line i of field "ティテウテウDテッツ"
- hilite line mline of field "ティテウテウDテッツ"
- end repeat
- set numb to value(item mline of sdata)
- set kennamer to "ティテウテウDテッツ"
- set kenname to "AIUE"
- go(1, "PACK2")
- end if
- end if
- end
-